home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_201 / draco / drinc / hardware / custom.g < prev    next >
Text File  |  1992-05-06  |  2KB  |  102 lines

  1. type
  2. „AudChannel_t=struct{
  3. ˆ*uintac_ptr;
  4. ˆuintac_len;
  5. ˆuintac_per;
  6. ˆuintac_vol;
  7. ˆuintac_dat;
  8. ˆ[2]uintac_pad;
  9. „},
  10.  
  11. „SpriteDef_t=struct{
  12. ˆuintsd_pos;
  13. ˆuintsd_ctl;
  14. ˆuintsd_dataa;
  15. ˆuintsd_datab;
  16. „},
  17.  
  18. „Custom_t=struct{
  19. ˆuintcust_bltddat;
  20. ˆuintcust_dmaconr;
  21. ˆuintcust_vposr;
  22. ˆuintcust_vhposr;
  23. ˆuintcust_dskdatr;
  24. ˆuintcust_joy0dat;
  25. ˆuintcust_joy1dat;
  26. ˆuintcust_clxdat;
  27. ˆuintcust_adkconr;
  28. ˆuintcust_pot0dat;
  29. ˆuintcust_pot1dat;
  30. ˆuintcust_potinp;
  31. ˆuintcust_serdatr;
  32. ˆuintcust_dskbytr;
  33. ˆuintcust_intenar;
  34. ˆuintcust_intreqr;
  35. ˆ*bytecust_dskpt;
  36. ˆuintcust_dsklen;
  37. ˆuintcust_dskdat;
  38. ˆuintcust_refptr;
  39. ˆuintcust_vposw;
  40. ˆuintcust_vhposw;
  41. ˆuintcust_copcon;
  42. ˆuintcust_serdat;
  43. ˆuintcust_serper;
  44. ˆuintcust_potgo;
  45. ˆuintcust_joytest;
  46. ˆuintcust_strequ;
  47. ˆuintcust_strvbl;
  48. ˆuintcust_strhor;
  49. ˆuintcust_strlong;
  50. ˆuintcust_bltcon0;
  51. ˆuintcust_bltcon1;
  52. ˆuintcust_bltafwm;
  53. ˆuintcust_bltalwm;
  54. ˆ*bytecust_bltcpt;
  55. ˆ*bytecust_bltbpt;
  56. ˆ*bytecust_bltapt;
  57. ˆ*bytecust_bltdpt;
  58. ˆuintcust_bltsize;
  59. ˆ[3]uintcust_pad2d;
  60. ˆuintcust_bltcmod;
  61. ˆuintcust_bltbmod;
  62. ˆuintcust_bltamod;
  63. ˆuintcust_bltdmod;
  64. ˆ[4]uintcust_pad34;
  65. ˆuintcust_bltcdat;
  66. ˆuintcust_bltbdat;
  67. ˆuintcust_bltadat;
  68. ˆ[4]uintcust_pad3b;
  69. ˆuintcust_dsksync;
  70. ˆulongcust_cop1lc;
  71. ˆulongcust_cop2lc;
  72. ˆuintcust_copjmp1;
  73. ˆuintcust_copjmp2;
  74. ˆuintcust_copins;
  75. ˆuintcust_diwstrt;
  76. ˆuintcust_diwstop;
  77. ˆuintcust_ddfstrt;
  78. ˆuintcust_ddfstop;
  79. ˆuintcust_dmacon;
  80. ˆuintcust_clxcon;
  81. ˆuintcust_intena;
  82. ˆuintcust_intreq;
  83. ˆuintcust_adkcon;
  84. ˆ[4]AudChannel_tcust_aud;
  85. ˆ[6]*bytecust_bplpt;
  86. ˆ[4]uintcust_pad7c;
  87. ˆuintcust_bplcon0;
  88. ˆuintcust_bplcon1;
  89. ˆuintcust_bplcon2;
  90. ˆuintcust_pad83;
  91. ˆuintcust_bpl1mod;
  92. ˆuintcust_bpl2mod;
  93. ˆ[2]uintcust_pad86;
  94. ˆ[6]uintcust_bpldat;
  95. ˆ[2]uintcust_pad8e;
  96. ˆ[8]*bytecust_sprpt;
  97. ˆ[8]SpriteDef_tcust_spr;
  98. ˆ[32]uintcust_color;
  99. „};
  100.  
  101. Custom_tCustom@0xdff000;
  102.